GlobalState

Undocumented in source.

Constructors

this
this(bool force_recover, size_t display)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

createRenderer
void createRenderer()
Undocumented in source. Be warned that the author may not have intended to support it.
createWindow
void createWindow(size_t display)
Undocumented in source. Be warned that the author may not have intended to support it.
deInitAllSDLLibs
void deInitAllSDLLibs()
Undocumented in source. Be warned that the author may not have intended to support it.
deInitSDL
void deInitSDL()
Undocumented in source. Be warned that the author may not have intended to support it.
initAllSDLLibs
void initAllSDLLibs(size_t display)
Undocumented in source. Be warned that the author may not have intended to support it.
initGL
void initGL()
Undocumented in source. Be warned that the author may not have intended to support it.
initSDL
void initSDL(size_t display)
Undocumented in source. Be warned that the author may not have intended to support it.
initSDLImage
void initSDLImage()
Undocumented in source. Be warned that the author may not have intended to support it.
initSDLMixer
void initSDLMixer()
Undocumented in source. Be warned that the author may not have intended to support it.
startGame
void startGame()
Undocumented in source. Be warned that the author may not have intended to support it.
stopGame
void stopGame()
Undocumented in source. Be warned that the author may not have intended to support it.
syncTime
void syncTime()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

finish
bool finish;
Undocumented in source.
fps_frames
uint fps_frames;
Undocumented in source.
fps_time
uint fps_time;
Undocumented in source.
frame
uint frame;
Undocumented in source.
games
Games games;
Undocumented in source.
keybar
KeyBar_Buttons keybar;
Undocumented in source.
renderer
SDL_Renderer* renderer;
Undocumented in source.
screen
SDL_Rect screen;
Undocumented in source.
time
uint time;
Undocumented in source.
window
SDL_Window* window;
Undocumented in source.
window_shown
bool window_shown;
Undocumented in source.

Meta